bitkeeper revision 1.1530.1.1 (4293733607D8CFWTaBtOQB46iiGQqg)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 24 May 2005 18:32:22 +0000 (18:32 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 24 May 2005 18:32:22 +0000 (18:32 +0000)
blkif.py, XendDomain.py:
  Remove/disable debug output.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/server/blkif.py

index faccd8a967a7b0abe7cba79b77cd1be282ee1510..87cf57992cff22f0d8fb1c8dd877f2d257f2b07b 100644 (file)
@@ -510,7 +510,6 @@ class XendDomain:
                     pass
             else:
                 # Shutdown still pending.
-                print 'domain_shutdowns> pending: ', id
                 timeout = min(timeout, left)
         if timeout <= SHUTDOWN_TIMEOUT:
             # Pending shutdowns remain - reschedule.
index eb9cf449c5644cbcb86e26f5646c25091c809b10..22253f25b6fa8c707a651d0760a4fb5b91d5ca97 100755 (executable)
@@ -213,7 +213,6 @@ class BlkDev(Dev):
     def attach(self, recreate=False, change=False):
         if recreate:
             node = sxp.child_value(recreate, 'node')
-            print 'BlkDev>attach>', 'recreate=', recreate, 'node=', node
             self.setNode(node)
         else:
             node = Blkctl.block('bind', self.type, self.params)